DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IndexQuery<T,TKey> Class / GroupByUntypedKey Method

In This Topic
    GroupByUntypedKey Method (IndexQuery<T,TKey>)
    In This Topic
    Groups the collection of search results by its search key.
    Syntax
    'Declaration
     
    Public Overrides Function GroupByUntypedKey() As GroupingQuery(Of T)
    public override GroupingQuery<T> GroupByUntypedKey()

    Return Value

    Search result collection grouped by its search key.
    See Also